Skip to content

Add CMake configuration for ESP-IDF component#8

Merged
PhonicUK merged 1 commit into
CubeCoders:mainfrom
PocketByteTechnology:main
Jun 26, 2026
Merged

Add CMake configuration for ESP-IDF component#8
PhonicUK merged 1 commit into
CubeCoders:mainfrom
PocketByteTechnology:main

Conversation

@omrawaley

Copy link
Copy Markdown
Contributor

Hi, amazing job! This library is incredible and super easy to use after a few tweaks.

In order to use this library as a component with the ESP-IDF, I had to add a small CMakeLists.txt. With the current branch, I got a build error complaining about it missing since all IDF components need one.

After adding this file, I was able to add the Jet library to my idf_component.yml like this:

dependencies:
  jet:
    git: https://github.com/CubeCoders/Jet.git

I'm not sure if the absence of the CMakeLists.txt was intentional so that multiple platforms could be targeted but, in any case, it would be worth adding it somewhere (maybe in a new branch) since the current ESP-IDF component is technically non-functional.

Thanks!

@PhonicUK

Copy link
Copy Markdown
Contributor

Hi @omrawaley - thanks for this! As you're a first time contributor, can I just quickly check you've read and agree to the contributor agreement? https://github.com/CubeCoders/Jet/blob/main/CONTRIBUTING.md

@omrawaley

Copy link
Copy Markdown
Contributor Author

Yep! Sounds good to me.

@PhonicUK PhonicUK merged commit 4db6aa1 into CubeCoders:main Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants